runtime/pprof.profileBuilder.locs (field)

6 uses

	runtime/pprof (current package)
		proto.go#L40: 	locs      map[uintptr]locInfo // list of locInfo starting with the given PC.
		proto.go#L267: 		locs:      map[uintptr]locInfo{},
		proto.go#L412: 		if l, ok := b.locs[addr]; ok {
		proto.go#L472: 		if l, ok := b.locs[addr]; ok {
		proto.go#L605: 	id := uint64(len(b.locs)) + 1
		proto.go#L606: 	b.locs[addr] = locInfo{